Uncategorized APIClass ObjectNode ClassOn this pageNode Class Description: A class object for the Node class. __call Type: Metamethod. Description: Creates a new instance of the Node class. Signature: metamethod __call: function(self: NodeClass): Node Usage: local Node = require("Node")local node = Node() Returns: Return TypeDescriptionNodeA new instance of the Node class.